home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 2004 #2
/
Amiga Plus CD - 2004 - No. 02.iso
/
AmiSoft
/
Dev
/
lang
/
amigatalk.lha
/
c
/
InitializeCommands
< prev
next >
Wrap
Text File
|
2003-11-17
|
755b
|
26 lines
nar <- Narrator new
nar setVolume: 64
nar setSex: 1
nar setPitch: 100
nar setMode: 'natural'
nar speak: 'Hello there. Be sure to read the hizztory dot guide file for the late-tist information'
intuition <- Intuition new
' Intuition instantiated as "intuition"' print
dosFlags <- DosFlags new
' DosFlags instantiated as "dosFlags"' print
dataTypeTags <- DataTypeTags new
' DataTypeTags instantiated as "dataTypeTags"' print
boopsiTags <- BoopsiTags new
' BoopsiTags instantiated as "boopsiTags"' print
printerFlags <- PrinterFlags new
' PrinterFlags instantiated as "printerFlags"' print
' Done with InitializeScript!' print
nar speak: 'Now write some great programs with me!'
nar close